home *** CD-ROM | disk | FTP | other *** search
/ Whiteline: delta / whiteline CD Series - delta.iso / vision / animatio / flx / flx_play.doc < prev    next >
Encoding:
Text File  |  1995-11-25  |  2.9 KB  |  108 lines

  1. (English below)
  2.  
  3. Ein einfacher FLx-Player für den Atari (Mono, 16 oder 256 Farben).
  4. Für alle die, die sich über die große Sammlung im PC Bereich geärgert
  5. haben. Version: 0.91 Erste Version! FLI und FLC Unterstützung!
  6. Das Teil ist nicht schnell, aber es kann auch Filme anzeigen, die
  7. nicht mehr in den Speicher passen! Also erst andere Player versuchen!
  8.  
  9.  
  10.       Autor: Dieter Fiebelkorn
  11.              Grüner Weg 29a
  12.              45768 Marl
  13.              02365/65952
  14.  
  15.  
  16.  
  17.                      Postcardware!
  18.                      =============
  19.  
  20.  
  21. FLX_PLAY.PRG  : Version für alle Atari's.
  22. FLX_P020.PRG  : Für Rechner mit einem 68020 Prozessor oder höher.
  23. FLX_P881.PRG  : Für Rechner mit einem zusätzlichen Coprozessor.
  24.  
  25. Tastaturbedienung:
  26. ------------------
  27.  
  28. '+'           : Aufhellen des Bildes um 5%.
  29. '-'           : Abdunkeln des Bildes um 5%.
  30. '*'           : Originalhelligkeit.
  31.  
  32. '/'           : Rot - Blau - Tausch.
  33.                 Bei CVID Graustufen/Farb-Anzeige
  34.  
  35. '.'           : Verdoppelung des Bildes ein/ausschalten.
  36.  
  37. '0'           : Zum ersten Bild zurückspringen.
  38. '3'           : 10 Bilder überspringen.
  39. '6'           : 25 Bilder überspringen.
  40. '9'           : 100 Bilder überspringen.
  41.  
  42. '('           : Jedes Bild darstellen.
  43. ')'           : Jedes 2., 3., ... 10. Bild darstellen.
  44.  
  45. 's'           : Speichern des Bildes als ESM-Datei.
  46. '<SPACE>'
  47. '<LEERTASTE>' : Standbild ein/ausschalten.
  48. '<RETURN>'
  49. '<ENTER>'     : Einzelbild Weiterschaltung.
  50.  
  51. '<ESC>', 'q'  : Programm beenden.
  52.  
  53.  
  54.  
  55. =======================================================================
  56.  
  57.  
  58.  
  59. A simple FLx player for Atari (mono, 16 or 256 colors).
  60. For all, which have found any animations and couldn't show them.
  61. The viewer supports FLI and FLC animations! Version 0.90.
  62. The player isn't fast, but you can show animations greater than
  63. the installed memory! Please try other players first!
  64.  
  65.  
  66.      Author: Dieter Fiebelkorn
  67.              Grüner Weg 29a
  68.              45768 Marl
  69.              --- Germany ---
  70.  
  71.  
  72.  
  73.                      Postcardware!
  74.                      =============
  75.  
  76.  
  77. FLX_PLAY.PRG  : version for all Atari's.
  78. FLX_P020.PRG  : for Atari with a 68020 prozessor or higher.
  79. FLX_P881.PRG  : for Atari with a mathematic coprozessor.
  80.  
  81. Tastaturbedienung:
  82. ------------------
  83.  
  84. '+'           : Brighten the image by +5%.
  85. '-'           : Brighten the image by +5%.
  86. '*'           : original colors.
  87.  
  88. '/'           : red - blue - switch.
  89.                 for CVID grayscale/color display.
  90.  
  91. '.'           : double the image (on/off).
  92.  
  93. '0'           : return to the first image.
  94. '3'           : skip 10 images.
  95. '6'           : skip 25 images.
  96. '9'           : skip 100 images.
  97.  
  98. '('           : show every image.
  99. ')'           : show only every 2., 3., ... 10. image.
  100.  
  101. 's'           : save image a ESM picture.
  102. '<SPACE>'
  103. '<LEERTASTE>' : pause on/off.
  104. '<RETURN>'
  105. '<ENTER>'     : single step in pause mode.
  106.  
  107. '<ESC>', 'q'  : quit animation.
  108.